home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / ReadFFE / makefile.x64 < prev    next >
Encoding:
NMAKE  |  2004-09-27  |  9.0 KB  |  347 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on readffe.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=readffe - Win64 Release
  4. !MESSAGE No configuration specified. Defaulting to readffe - Win64 Release.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "readffe - Win64 Release" && "$(CFG)" != "readffe - Win64 Release Unicode" && "$(CFG)" != "readffe - Win64 Debug Unicode" && "$(CFG)" != "readffe - Win64 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "makefile.X64" CFG="readffe - Win64 Release"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "readffe - Win64 Release" (based on "Win64 (X64) Application")
  17. !MESSAGE "readffe - Win64 Release Unicode" (based on "Win64 (X64) Application")
  18. !MESSAGE "readffe - Win64 Debug Unicode" (based on "Win64 (X64) Application")
  19. !MESSAGE "readffe - Win64 Debug" (based on "Win64 (X64) Application")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23.  
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE 
  27. NULL=nul
  28. !ENDIF 
  29.  
  30. !IF  "$(CFG)" == "readffe - Win64 Release"
  31.  
  32. OUTDIR=.\Release
  33. INTDIR=.\Release
  34. # Begin Custom Macros
  35. OutDir=.\Release
  36. # End Custom Macros
  37.  
  38. ALL : "$(OUTDIR)\readffe.exe"
  39.  
  40.  
  41. CLEAN :
  42.     -@erase "$(INTDIR)\readffe.obj"
  43.     -@erase "$(INTDIR)\readffe.res"
  44.     -@erase "$(OUTDIR)\readffe.exe"
  45.  
  46. "$(OUTDIR)" :
  47.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  48.  
  49. CPP=cl.exe
  50. CPP_PROJ=/nologo /ML /W3 /GX /Ob1 /Gy /I "..\..\common" /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\readffe.pch" /YX /Fo"$(INTDIR)\\" /GF /c 
  51.  
  52. .c{$(INTDIR)}.obj::
  53.    $(CPP) @<<
  54.    $(CPP_PROJ) $< 
  55. <<
  56.  
  57. .cpp{$(INTDIR)}.obj::
  58.    $(CPP) @<<
  59.    $(CPP_PROJ) $< 
  60. <<
  61.  
  62. .cxx{$(INTDIR)}.obj::
  63.    $(CPP) @<<
  64.    $(CPP_PROJ) $< 
  65. <<
  66.  
  67. .c{$(INTDIR)}.sbr::
  68.    $(CPP) @<<
  69.    $(CPP_PROJ) $< 
  70. <<
  71.  
  72. .cpp{$(INTDIR)}.sbr::
  73.    $(CPP) @<<
  74.    $(CPP_PROJ) $< 
  75. <<
  76.  
  77. .cxx{$(INTDIR)}.sbr::
  78.    $(CPP) @<<
  79.    $(CPP_PROJ) $< 
  80. <<
  81.  
  82. MTL=midl.exe
  83. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win64 
  84. RSC=rc.exe
  85. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\readffe.res" /d "NDEBUG" 
  86. BSC32=bscmake.exe
  87. BSC32_FLAGS=/nologo /o"$(OUTDIR)\readffe.bsc" 
  88. BSC32_SBRS= \
  89.     
  90. LINK32=link.exe
  91. LINK32_FLAGS=kernel32.lib bufferoverflowu.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib odbc32.lib odbccp32.lib dxguid.lib dxerr9.lib dinput8.lib comctl32.lib /nologo /stack:0x200000,0x200000 /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\readffe.pdb" /machine:X64 /out:"$(OUTDIR)\readffe.exe" /pdbtype:sept /IGNORE:4089 
  92. LINK32_OBJS= \
  93.     "$(INTDIR)\readffe.obj" \
  94.     "$(INTDIR)\readffe.res"
  95.  
  96. "$(OUTDIR)\readffe.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  97.     $(LINK32) @<<
  98.   $(LINK32_FLAGS) $(LINK32_OBJS)
  99. <<
  100.  
  101. !ELSEIF  "$(CFG)" == "readffe - Win64 Release Unicode"
  102.  
  103. OUTDIR=.\Win64_Release_Unicode
  104. INTDIR=.\Win64_Release_Unicode
  105. # Begin Custom Macros
  106. OutDir=.\Win64_Release_Unicode
  107. # End Custom Macros
  108.  
  109. ALL : "$(OUTDIR)\readffe.exe"
  110.  
  111.  
  112. CLEAN :
  113.     -@erase "$(INTDIR)\readffe.obj"
  114.     -@erase "$(INTDIR)\readffe.res"
  115.     -@erase "$(OUTDIR)\readffe.exe"
  116.  
  117. "$(OUTDIR)" :
  118.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  119.  
  120. CPP=cl.exe
  121. CPP_PROJ=/nologo /ML /W3 /GX /Ob1 /Gy /I "..\..\common" /D "_MBCS" /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "UNICODE" /D "_UNICODE" /Fp"$(INTDIR)\readffe.pch" /YX /Fo"$(INTDIR)\\" /GF /c 
  122.  
  123. .c{$(INTDIR)}.obj::
  124.    $(CPP) @<<
  125.    $(CPP_PROJ) $< 
  126. <<
  127.  
  128. .cpp{$(INTDIR)}.obj::
  129.    $(CPP) @<<
  130.    $(CPP_PROJ) $< 
  131. <<
  132.  
  133. .cxx{$(INTDIR)}.obj::
  134.    $(CPP) @<<
  135.    $(CPP_PROJ) $< 
  136. <<
  137.  
  138. .c{$(INTDIR)}.sbr::
  139.    $(CPP) @<<
  140.    $(CPP_PROJ) $< 
  141. <<
  142.  
  143. .cpp{$(INTDIR)}.sbr::
  144.    $(CPP) @<<
  145.    $(CPP_PROJ) $< 
  146. <<
  147.  
  148. .cxx{$(INTDIR)}.sbr::
  149.    $(CPP) @<<
  150.    $(CPP_PROJ) $< 
  151. <<
  152.  
  153. MTL=midl.exe
  154. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win64 
  155. RSC=rc.exe
  156. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\readffe.res" /d "NDEBUG" 
  157. BSC32=bscmake.exe
  158. BSC32_FLAGS=/nologo /o"$(OUTDIR)\readffe.bsc" 
  159. BSC32_SBRS= \
  160.     
  161. LINK32=link.exe
  162. LINK32_FLAGS=kernel32.lib bufferoverflowu.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib odbc32.lib odbccp32.lib dxguid.lib dxerr9.lib dinput8.lib comctl32.lib /nologo /stack:0x200000,0x200000 /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\readffe.pdb" /machine:X64 /out:"$(OUTDIR)\readffe.exe" /pdbtype:sept /IGNORE:4089 
  163. LINK32_OBJS= \
  164.     "$(INTDIR)\readffe.obj" \
  165.     "$(INTDIR)\readffe.res"
  166.  
  167. "$(OUTDIR)\readffe.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  168.     $(LINK32) @<<
  169.   $(LINK32_FLAGS) $(LINK32_OBJS)
  170. <<
  171.  
  172. !ELSEIF  "$(CFG)" == "readffe - Win64 Debug Unicode"
  173.  
  174. OUTDIR=.\Win64_Debug_Unicode
  175. INTDIR=.\Win64_Debug_Unicode
  176. # Begin Custom Macros
  177. OutDir=.\Win64_Debug_Unicode
  178. # End Custom Macros
  179.  
  180. ALL : "$(OUTDIR)\readffe.exe"
  181.  
  182.  
  183. CLEAN :
  184.     -@erase "$(INTDIR)\readffe.obj"
  185.     -@erase "$(INTDIR)\readffe.res"
  186.     -@erase "$(INTDIR)\vc60.pdb"
  187.     -@erase "$(OUTDIR)\readffe.exe"
  188.     -@erase "$(OUTDIR)\readffe.ilk"
  189.     -@erase "$(OUTDIR)\readffe.pdb"
  190.  
  191. "$(OUTDIR)" :
  192.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  193.  
  194. CPP=cl.exe
  195. CPP_PROJ=/nologo /MLd /W3 /GX /Zi /Od /I "..\..\common" /D "_MBCS" /D "WIN64" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "UNICODE" /D "_UNICODE" /Fp"$(INTDIR)\readffe.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /c 
  196.  
  197. .c{$(INTDIR)}.obj::
  198.    $(CPP) @<<
  199.    $(CPP_PROJ) $< 
  200. <<
  201.  
  202. .cpp{$(INTDIR)}.obj::
  203.    $(CPP) @<<
  204.    $(CPP_PROJ) $< 
  205. <<
  206.  
  207. .cxx{$(INTDIR)}.obj::
  208.    $(CPP) @<<
  209.    $(CPP_PROJ) $< 
  210. <<
  211.  
  212. .c{$(INTDIR)}.sbr::
  213.    $(CPP) @<<
  214.    $(CPP_PROJ) $< 
  215. <<
  216.  
  217. .cpp{$(INTDIR)}.sbr::
  218.    $(CPP) @<<
  219.    $(CPP_PROJ) $< 
  220. <<
  221.  
  222. .cxx{$(INTDIR)}.sbr::
  223.    $(CPP) @<<
  224.    $(CPP_PROJ) $< 
  225. <<
  226.  
  227. MTL=midl.exe
  228. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win64 
  229. RSC=rc.exe
  230. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\readffe.res" /d "_DEBUG" 
  231. BSC32=bscmake.exe
  232. BSC32_FLAGS=/nologo /o"$(OUTDIR)\readffe.bsc" 
  233. BSC32_SBRS= \
  234.     
  235. LINK32=link.exe
  236. LINK32_FLAGS=kernel32.lib bufferoverflowu.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib odbc32.lib odbccp32.lib dxguid.lib dxerr9.lib dinput8.lib comctl32.lib /nologo /stack:0x200000,0x200000 /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\readffe.pdb" /debug /machine:X64 /out:"$(OUTDIR)\readffe.exe" /pdbtype:sept /IGNORE:4089 
  237. LINK32_OBJS= \
  238.     "$(INTDIR)\readffe.obj" \
  239.     "$(INTDIR)\readffe.res"
  240.  
  241. "$(OUTDIR)\readffe.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  242.     $(LINK32) @<<
  243.   $(LINK32_FLAGS) $(LINK32_OBJS)
  244. <<
  245.  
  246. !ELSEIF  "$(CFG)" == "readffe - Win64 Debug"
  247.  
  248. OUTDIR=.\Debug
  249. INTDIR=.\Debug
  250. # Begin Custom Macros
  251. OutDir=.\Debug
  252. # End Custom Macros
  253.  
  254. ALL : "$(OUTDIR)\readffe.exe"
  255.  
  256.  
  257. CLEAN :
  258.     -@erase "$(INTDIR)\readffe.obj"
  259.     -@erase "$(INTDIR)\readffe.res"
  260.     -@erase "$(INTDIR)\vc60.pdb"
  261.     -@erase "$(OUTDIR)\readffe.exe"
  262.     -@erase "$(OUTDIR)\readffe.ilk"
  263.     -@erase "$(OUTDIR)\readffe.pdb"
  264.  
  265. "$(OUTDIR)" :
  266.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  267.  
  268. CPP=cl.exe
  269. CPP_PROJ=/nologo /MLd /W3 /GX /Zi /Od /I "..\..\common" /D "WIN64" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\readffe.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /c 
  270.  
  271. .c{$(INTDIR)}.obj::
  272.    $(CPP) @<<
  273.    $(CPP_PROJ) $< 
  274. <<
  275.  
  276. .cpp{$(INTDIR)}.obj::
  277.    $(CPP) @<<
  278.    $(CPP_PROJ) $< 
  279. <<
  280.  
  281. .cxx{$(INTDIR)}.obj::
  282.    $(CPP) @<<
  283.    $(CPP_PROJ) $< 
  284. <<
  285.  
  286. .c{$(INTDIR)}.sbr::
  287.    $(CPP) @<<
  288.    $(CPP_PROJ) $< 
  289. <<
  290.  
  291. .cpp{$(INTDIR)}.sbr::
  292.    $(CPP) @<<
  293.    $(CPP_PROJ) $< 
  294. <<
  295.  
  296. .cxx{$(INTDIR)}.sbr::
  297.    $(CPP) @<<
  298.    $(CPP_PROJ) $< 
  299. <<
  300.  
  301. MTL=midl.exe
  302. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win64 
  303. RSC=rc.exe
  304. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\readffe.res" /d "_DEBUG" 
  305. BSC32=bscmake.exe
  306. BSC32_FLAGS=/nologo /o"$(OUTDIR)\readffe.bsc" 
  307. BSC32_SBRS= \
  308.     
  309. LINK32=link.exe
  310. LINK32_FLAGS=kernel32.lib bufferoverflowu.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib odbc32.lib odbccp32.lib dxguid.lib dxerr9.lib dinput8.lib comctl32.lib /nologo /stack:0x200000,0x200000 /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\readffe.pdb" /debug /machine:X64 /out:"$(OUTDIR)\readffe.exe" /pdbtype:sept /IGNORE:4089 
  311. LINK32_OBJS= \
  312.     "$(INTDIR)\readffe.obj" \
  313.     "$(INTDIR)\readffe.res"
  314.  
  315. "$(OUTDIR)\readffe.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  316.     $(LINK32) @<<
  317.   $(LINK32_FLAGS) $(LINK32_OBJS)
  318. <<
  319.  
  320. !ENDIF 
  321.  
  322.  
  323. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  324. !IF EXISTS("readffe.dep")
  325. !INCLUDE "readffe.dep"
  326. !ELSE 
  327. !MESSAGE Warning: cannot find "readffe.dep"
  328. !ENDIF 
  329. !ENDIF 
  330.  
  331.  
  332. !IF "$(CFG)" == "readffe - Win64 Release" || "$(CFG)" == "readffe - Win64 Release Unicode" || "$(CFG)" == "readffe - Win64 Debug Unicode" || "$(CFG)" == "readffe - Win64 Debug"
  333. SOURCE=.\readffe.rc
  334.  
  335. "$(INTDIR)\readffe.res" : $(SOURCE) "$(INTDIR)"
  336.     $(RSC) $(RSC_PROJ) $(SOURCE)
  337.  
  338.  
  339. SOURCE=.\readffe.cpp
  340.  
  341. "$(INTDIR)\readffe.obj" : $(SOURCE) "$(INTDIR)"
  342.  
  343.  
  344.  
  345. !ENDIF 
  346.  
  347.